Merged
Conversation
Adds cspell to CI to catch typos in code and docs.
f620b57 to
b9ec6c7
Compare
Closed
2color
reviewed
Feb 24, 2025
packages/bitswap/src/want-list.ts
Outdated
| * Whether the remote should tell us if they have the block or not | ||
| */ | ||
| sendDontHave: boolean | ||
| sendDoNotHave: boolean |
Member
There was a problem hiding this comment.
Since we export this interface, does this qualify as a breaking change?
2color
reviewed
Feb 24, 2025
| "lint": "aegir run lint", | ||
| "dep-check": "aegir run dep-check", | ||
| "doc-check": "aegir run doc-check", | ||
| "spell-check": "aegir spell-check", |
Member
There was a problem hiding this comment.
Should we add a check script that runs all 4:
- npm run lint
- npm run dep-check
- npm run doc-check
- npm run spell-check
Specifically, this seems like it would be useful for external contributors, when checks fails to run, they can fix locally quickly, without familiarity with each of the scripts.
Merged
2color
added a commit
that referenced
this pull request
Mar 13, 2025
* origin/main: chore: use peer id parsing function from libp2p (#762) feat: add republish signed ipns records (#745) fix: use bytestream methods to add byte streams (#758) chore: bump codecov/codecov-action from 5.3.1 to 5.4.0 (#752) feat: allow modifying trustless-gateway fetch (#751) fix: align implicit default ttl with specs (#749) docs: add spell checker to ci (#743) chore: Update FUNDING.json for Optimism RPF (#746)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds cspell to CI to catch typos in code and docs.
Change checklist